Goto

Collaborating Authors

 fundamental data


Heterogeneous Ensemble for ESG Ratings Prediction

arXiv.org Artificial Intelligence

Over the past years, topics ranging from climate change to human rights have seen increasing importance for investment decisions. Hence, investors (asset managers and asset owners) who wanted to incorporate these issues started to assess companies based on how they handle such topics. For this assessment, investors rely on specialized rating agencies that issue ratings along the environmental, social and governance (ESG) dimensions. Such ratings allow them to make investment decisions in favor of sustainability. However, rating agencies base their analysis on subjective assessment of sustainability reports, not provided by every company. Furthermore, due to human labor involved, rating agencies are currently facing the challenge to scale up the coverage in a timely manner. In order to alleviate these challenges and contribute to the overall goal of supporting sustainability, we propose a heterogeneous ensemble model to predict ESG ratings using fundamental data. This model is based on feedforward neural network, CatBoost and XGBoost ensemble members. Given the public availability of fundamental data, the proposed method would allow cost-efficient and scalable creation of initial ESG ratings (also for companies without sustainability reporting). Using our approach we are able to explain 54% of the variation in ratings R2 using fundamental data and outperform prior work in this area.


Improving Factor-Based Quantitative Investing by Forecasting Company Fundamentals

arXiv.org Machine Learning

On a periodic basis, publicly traded companies are required to report fundamentals: financial data such as revenue, operating income, debt, among others. These data points provide some insight into the financial health of a company. Academic research has identified some factors, i.e. computed features of the reported data, that are known through retrospective analysis to outperform the market average. Two popular factors are the book value normalized by market capitalization (book-to-market) and the operating income normalized by the enterprise value (EBIT/EV). In this paper: we first show through simulation that if we could (clairvoyantly) select stocks using factors calculated on future fundamentals (via oracle), then our portfolios would far outperform a standard factor approach. Motivated by this analysis, we train deep neural networks to forecast future fundamentals based on a trailing 5-years window. Quantitative analysis demonstrates a significant improvement in MSE over a naive strategy. Moreover, in retrospective analysis using an industry-grade stock portfolio simulator (backtester), we show an improvement in compounded annual return to 17.1% (MLP) vs 14.4% for a standard factor model.


Stock2Vec -- From ML to P/E โ€“ Towards Data Science โ€“ Medium

#artificialintelligence

It builds word vectors to represent word meanings. And it learns these meanings solely by the surrounding words. You can then use these word vectors as the input to make machine learning algorithms perform better and find interesting abstractions. What happens if we apply Word2Vec to the stock market? In Word2Vec the window for each word is the surrounding words.


AlphaSense - Artificial Intelligence for Financial Data - Nanalyze

#artificialintelligence

We know that we can use artificial intelligence (AI) for trading stocks, and some hedge funds are making a killing in this space. In order to feed these algorithms, there are generally two types of financial data you can use; fundamental and market data. If you think about all the data related to a stock that describes the way it trades, you're thinking about market data. Using this data to make trades would be referred to as "technical trading" because it ignores the fundamentals behind stocks. People that do technical trading are often thought of as speculators by investors who invest based on fundamental data, things like profitability, revenues, valuations, etc.